﻿@charset "utf-8";
html{
  overflow-y: scroll;
}
body{
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}
a{
  color: inherit;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
b,dt{
  font-weight: normal;
}
p{
  margin:0;
}
h3,h4{
  margin: 0;
  font-weight: normal;
}
@supports(display:flex) {
  body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  #content-wrap{
    flex: 1;
  }
}

.container-fluid{
  max-width: 1030px;
}


/*顶部  logo&热线*/
.top-head{
  line-height: 50px;
  font-size: 0;
}
.top-logo{
  display: inline-block;
}
.m-logo,
.b-logo{
  display: none;
}
@media (min-width: 420px) {
  .top-head{
    line-height: 60px;
  }
  .m-logo{
    display: inline-block;
  }
  .s-logo{
    display: none;
  }
}
@media (min-width: 768px) {
  .top-head{
    line-height: 1.42857143;
  }
  .top-logo{
    padding: 10px 0;
  }
  .m-logo{
    display: none;
  }
  .b-logo{
    display: inline-block;
  }
}

/*小屏  折叠按钮*/
#btn-collapse {
  float: right;
  top: 0;
  cursor: pointer;
  color: #0657b2;
  font-size:20px;
  line-height: inherit;
}
@media only screen and (min-width: 420px) {
	#btn-collapse{
	  font-size: 22px;
	}
}

.top-line{
  float: right;
  padding-top: 13.5px;
}
.top-line img{
  position: relative;
  bottom: 5px;
  right: 5px;
  vertical-align: baseline;
}
.top-line .line-number{
  display: inline-block;
  color: #333131;
}
.top-line .line-number span{
  font-size: 16px;
}
.top-line .line-number p{
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

/*导航*/
.top-nav-wrap{
  color: #fff;
  background: #0657b2;
}
@media only screen and (max-width: 767px) {
	.top-nav-wrap{
	  display: none;
	  
	  position: absolute;
	  z-index: 2;
	  width: 100%;
	}
}
@media only screen and (min-width: 768px) {
  .top-nav-wrap{
    background: #0657b2;
  }
}
.top-nav{
  margin-left: -15px;
  margin-right: -15px;
}
.top-nav>li{
  position: relative;
  text-align: center;
}
.top-nav>li>a{
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  .top-nav{
    margin-left: 0;
    margin-right: 0;
  }
  .top-nav>li{
    float: left;
    width: 14.285%;  /* calc(100% / 7) */
  }
  .top-nav>li>a{
    line-height: 45px;
  }
}
.top-nav>li>a:hover,
.top-nav>li>a.act{
  background: #054fa1;
}

/*二级导航*/
.top-nav li ul{
  display: none;
  
  position: absolute;
  z-index: 2;
  width: 100%;
  font-size: 13px;
  padding-bottom: 5px;
  background: rgba(6,87,178,0.88);
}
.top-nav li ul a{
  display: block;
  padding: 6px 0;
}
.top-nav li ul a:hover{
  background: rgba(5,79,161,0.9);
}
@media only screen and (max-width: 767px) {
  .top-nav li ul{
    display: none !important;
  }
}




/*轮播图*/
.swiper-img .swiper-slide img{
  margin: 0 auto;
}
.slide-img-big{
  display: none;
}
.slide-img-small{
  display: block;
}
@media (min-width: 640px) {
  .slide-img-big{
    display: block;
  }
  .slide-img-small{
    display: none;
  }
}

/*主体部分*/
.main{
  padding-bottom: 20px;
}

/*主要标题*/
.main-title {
  position: relative;
  margin: 20px 0;
  text-align: center;
  font-size: 1.5em;
}
.main-title:after{
  content: "";
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 100%;
  height: 1px;
  background: #cecece;
}
@media (min-width: 768px) {
  .main-title{
    margin-top: 30px;
  }
}
.main-title a{
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}
.main-title h3{
  font-size: 1em;
  color: #0657b2;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.main-title h4{
  color: #717171;
  font-size: 0.8em;
  text-transform: uppercase;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
@media (min-width: 768px) {
  .main-title{
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .main-title{
    font-size: 1.8em;
  }
}
.main-title a:hover h3{
  color: #717171;
}
.main-title a:hover h4{
  color: #0657b2;
}


/*首页 我们的服务*/
.main-service{
  margin-bottom: 20px;
}
.servicelink{
  display: block;
  text-align: center;
}
.servicelink .imgwrap{
  position: relative;
  height: 0;
  padding-top: 100%;
}
.servicelink .imgbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.servicelink .imgbox img{
  position: absolute;
  top: 50%;
  left: 50%;
  
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  
  min-width: 100%;
  max-height: 100%;       
}
.servicelink .linktitle{
  color: #3e3d3d;
  font-size: 1.2em;
  padding: 0.4em 0;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.servicelink .linkmore{
  font-size: 0.86em;
  color: #fff;
  background: #717171;
  border-radius: 0.2em;
  padding: 0.2em 0.6em;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.servicelink:hover .imgbox{
  border-color: #ff9c00;
}
.servicelink:hover .linkmore{
  background: #0657b2;
}


/*首页 产品展示*/
.product-wrapper{
  background: #f0f0f0;
}
.product-wrapper .main-title a{
  background: #f0f0f0;
}
.main-product{
  margin-bottom: 20px;
}
.prolink{
  position: relative;
  display: block;
  
  height: 0;
  padding-top: 85%;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.prolink .imgbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prolink .imgbox img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  
  width: 100%;
  height: 100%;
}
.promodal{
  position: absolute;
  top:-100%;
  left: 0;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(6,87,178,0.68);
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
@media only screen and (max-width: 449px) {
	.promodal{
	  display: none;
	}
}
.promodal h3{
  font-size: 16px;
  margin-bottom: 0.8em;
  padding: 0 0.5em;
  max-width: 100%;
}
.promodal h3 span{
  display: block;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 450px) {
  .promodal h3{
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .promodal h3{
    font-size: 20px;
  }
}
/*小屏标题*/
.prolink .s-title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background: rgba(7,7,7,0.6);
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.prolink:hover .promodal{
  top: 0%;
}
.prolink:hover .s-title{
  background: rgba(7,7,7,0.9);
}
@media only screen and (min-width: 450px) {
  .prolink:hover .s-title{
    bottom: -1.8em;
  }
}

/*首页  关于我们*/
.main-about .about-img img{
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  border-radius: 6px;
}
.main-about .about-text{
  color: #505050;
  line-height: 1.8;
  text-indent: 2em;
}
@media only screen and (min-width: 640px) {
  .main-about .about-img{
    float: right;
    max-width: 45%;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
	.main-about .about-img{
	  max-width: 35%;
	}
}


/*首页 公司简介&新闻中心&技术支持*/
@media only screen and (min-width: 768px) {
	.three-wrapper .width3{
	  width: 30%;
	}
	.three-wrapper .width3dot5{
	  width: 35%;
	}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.three-wrapper .col-xs-12{
	  width: 50%;
	}
}
.threetitle{
  margin: 30px 0 20px;
}
@media only screen and (max-width: 450px) {
	.threetitle{
	  margin: 20px 0;
	}
}
.threetitle h3{
  display: inline-block;
  font-size: 1.3em;
  color: #878787;
  padding-bottom: 0.3em;
  border-bottom: 1px solid ;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.threetitle h4{
  display: inline-block;
  font-size: 1.2em;
  color: #0657b2;
  text-transform: capitalize;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.threetitle a:hover h3{
  color: #0657b2;
}
.threetitle:hover h4{
  color: #878787;
}

/*首页 公司简介*/
.main-about{
  font-family: simsun;
}
.main-about .text{
  color: #696969;
  font-size: 0.9em;
  line-height: 1.75;
}
.main-about .morelink{
  float:right;
  color: #0657b2;
  margin-top: 0.2em;
}
.main-about .morelink:hover{
  color: #054fa1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

/*首页 新闻中心*/
.newslink{
  position: relative;
  display: block;
  background: #f9f9f9;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslink + .newslink{
  margin-top: 20px;
}
.newslink .imgbox img{
  max-width: 100%;
}
.newslink .newstext{
  position: relative;
  padding: 5px 8px;
  overflow: hidden;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslink .newstext .title{
  color: #0657b2;
  font-size: 14px;
  padding-bottom: 0.3em;
  border-bottom: 1px dashed #cecece;
  margin: 0.3em 0;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslink .newstext .text{
  color: #585858;
  font-size: 12px;
  font-family: simsun;
  line-height: 1.8;
  
  max-height: 3.6em;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
@media (max-width: 449px) {
  .newslink{
    padding: 5px;
  }
  .newslink .imgbox{
    text-align: center;
  }
}
@media (min-width: 450px) {
  .newslink{
    height: 80px;
  }
  .newslink .imgbox{
    position: relative;
    overflow: hidden;
    float: left;
    
    width: 110px;
    height: 100%;
    border: 1px solid #cfcfcf;
  }
  .newslink .imgbox img{
    max-height: 100%;
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .newslink .newstext{
    float: left;
    width: calc(100% - 110px);
    height: 100%;
  }
}
.newslink:hover {
  background: #dedede;
}

/*首页 成功案例*/
.case-wrapper .bg-wrap{
  margin: 20px 0;
  background: url(../images/fix-bg.jpg) no-repeat center / cover fixed;
}
.case-wrapper .main-title-wrap{
  background: rgba(6,87,178,0.8);
}
.case-wrapper .main-title:after{
  content: "";
  width: calc(50% - 1.8em);
}
.case-wrapper .main-title:before{
  content: "";
  position: absolute;
  top: 1.5em;
  right: 0;
  width: calc(50% - 1.8em);
  height: 1px;
  background: #cecece;
}
.case-wrapper .main-title a{
  background: none;
}
.case-wrapper .main-title h3,
.case-wrapper .main-title h4,
.case-wrapper .main-title a:hover h3,
.case-wrapper .main-title a:hover h4
{
  color: #fff;
}

/*首页 联系我们*/
.contact-title{
  position: relative;
  font-size: 1.14em;
  margin:0.7em 0 1.2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #b9b9b9;
}
.contact-title .zh{
  position: relative;
}
.contact-title .zh:after{
  content: "";
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 4em;
  height: 1px;
  background: #0657b2;
}
.contact-title .morelink{
  position: absolute;
  right: 5px;
  font-size: 0.86em;
  padding: 0.05em 0.4em;
  color: #fff;
  background: #d0d0d0;
  text-transform: uppercase;
  border-radius: 0.2em;
}
.contact-title .morelink:hover{
  background: #0657b2;
}
@media only screen and (max-width: 767px) {
  .contact-title{
    margin: 0 0 0.7em;
  }
  .contact-title.right{
    margin-top: 0.7em;
  }
}
.contact-title.left{
  color: #636363;
}
.contact-title.right{
  color: #222;
}
.contact-img{
  margin-bottom: 1em;
}
.contact-img img{
  width: 100%;
}
.contact-text{
  font-size: 0.86em;
  line-height: 1.75;
  font-family: simsun;
  color: #696969;
  margin-bottom: 1.2em;
}
.contact-list{
  color: #565555;
  margin: 1.2em 0;
}
@media (max-width: 449px) {
  .contact-list{
    padding: 0;
  }
}
.contact-list img{
  position: absolute;
}
.contact-list li{
  margin:0.35em 0 0.35em 1.75em;
}

.contact-form label{
  color: #333;
  font-weight: normal;
  margin-bottom: 0.35em;
}
.contact-form .form-control{
  background:#f1f1f1;
  border:1px dashed #ccc;
  border-radius: 0;
}
.form-control:focus {
  border-color: #09c;
}
.contact-form textarea{
  max-width: 100%;
  resize: vertical;
}
.contact-form input[type=submit]{
  width: 30%;
  min-width: 7.5em;
  color: #fff;
  background:#0657b2;
  border:none;
  padding:3px 0;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.contact-form input[type=submit]:hover{
  width: 33%;
}
@media (min-width: 450px) {
  .contact-form input[type=submit]{
    width: 25%;
  }
  .contact-form input[type=submit]:hover{
    width: 28%;
  }
}

/*非主页页面*/
.main-page{
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .main-page{
    margin-top: 0;
  }
}
@media only screen and (min-width: 840px) and (max-width:991px) {
	.page-aside{
	  width: 30%;
	}
	.page-section{
	  width: 70%;
	}
}

/*section部分*/
.section{
  margin: 20px 0;
}

/*section标题*/
.section-title{
  background: #f1f1f1;
  padding: 4px 10px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
}
.section-title b{
  color: #0657b2;
  font-size: 18px;
}
.section-title span{
  float: right;
  color: #a1a0a0;
  line-height: 24px;
}
.section-title span a[href]:hover{
  color: #0657b2;
}

/*aside标题*/
.aside-title{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  background: #0657b2;
}
.aside-title.single{
  margin-bottom: 20px;
}

/*侧栏产品列表*/
.aside-list{
  margin-bottom: 20px;
}
.aside-list li{
  margin: 2px 0;
}
.aside-list a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list>li>a{
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 35px;
  padding: 0 15px;
  color: #414040;
  background: #dfdfdf;
}
.aside-list>li>a:hover,
.aside-list>li.act>a{
  color: #fff;
  background: #0657b2;
}
.aside-list>li>a>span{
  position: absolute;
  right: 15px;
  color: #8e8e8e;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.aside-list>li.act>a>span,
.aside-list>li>a:hover>span{
  color: #fff;
}
.aside-contact img{
  width: 100%;
}
.aside-contact ul{
  padding: 5px;
  font-size: 12px;
  color: #565555;
}
.aside-contact ul li{
  margin: 5px 0;
}


/*关于我们页*/
.section-about{
  color: #757575;
  line-height: 1.75;
}
@media only screen and (min-width: 640px) {
  .section-about{
    margin: 0 1.2em;
  }
}
.section-about .text,
.section-about ul{
  margin: 1.2em 0;
}


/*产品展示页*/
.section-product .col-xs-6{
  margin-bottom: 20px;
}
@media (min-width: 610px) and (max-width: 767px) {
  .section-product .col-xs-6{
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width:910px) {
  .section-product{
    padding: 0 10px;
  }
	.section-product .col-xs-6{
	  width: 50%;
	}
}

/*产品展示详情页*/
.section-productx .title{
  font-size: 1.2em;
  color: #313131;
  line-height: 1.4;
  margin-bottom: 0.8em;
  text-align: center;
}
@media only screen and (min-width: 640px) {
	.section-productx .title{
	  font-size: 1.3em;
	}
}
.section-productx .imgbox img{
  display: block;
  max-width: 100%;
  margin: 0 auto 0.7em;
}
.section-productx .text{
  line-height: 1.75;
}


/*新闻动态页*/
.newsitem {
  padding-bottom: 15px;
  border-bottom: 1px dashed #bfbfbf;
  margin-bottom: 20px;
}
.newsitem .newslink .newstext .title{
  color: #1c1c1c;
  padding: 0;
  border:none;
}  
.newsitem .newslink .newstext .time{
  color: #727272;
  font-size: 12px;
  margin-bottom: 2px;
}
.newsitem .newslink .newstext .text{
  font-family: "microsoft yahei";
  font-size: 13px;
}
@media only screen and (min-width: 450px) {
	.newsitem .newslink{
	  height: 100px;
	}
	.newsitem .newslink .imgbox{
	  width: 125px;
	}
	.newsitem .newslink .newstext{
	  width: calc(100% - 125px);
	}
}

/*新闻详情页*/
.section-newsx .title{
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.section-newsx .time{
  color: #797878;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d4d4d4;
}
.section-newsx img{
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
.section-newsx .text{
  color: #494949;
  line-height: 1.75;
  margin-bottom: 20px;
}


/*联系我们页*/
.section-contact .companyname{
  color: #2a2929;
  font-size: 1.2em;
  margin: 0.4em 0;
}
@media only screen and (min-width: 640px) {
  .section-contact .companyname{
    font-size: 1.4em;
  }
}
.section-contact .contact ul{
  color: #545454;
  line-height: 1.75;
  margin: 1.4em 0;
}
@media only screen and (min-width: 640px) {
	.section-contact .contact{
	  padding: 0 2em;
	}
	.section-contact .contact ul{
	  margin-left: -1em;
	  margin-right: -1em;
	}
	.section-contact .contact ul li{
	  width: 50%;
	  padding: 0 1em;
	  float: left;
	}
}
.section-contact .contact-map img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


/*小屏产品分类下拉按钮*/
#s-btn,
#s-btn-drop {
  color:#fff;
  background: #0657b2;
  line-height: 35px;
  margin:10px 10px 0;
  padding: 0 15px;
}

#s-btn-drop{
  cursor: pointer;
}
#s-btn-drop b{
  margin-top: 8px;
  float: right;
  
  -webkit-transition: 0.4s;  
     -moz-transition: 0.4s;  
          transition: 0.4s;
}
#s-btn-drop.act b{
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*小屏下拉列表*/
.drop-list{
  display: none;
  margin:0 12px;
  background: #dadada;
}
.drop-list>li>a{
  display: block;
  cursor: pointer;
  padding:6px 15px;
  margin: 1px 0;
  color: #4e4e4e;
  background: #f1f1f1;
}
.drop-list>li>a:hover,
.drop-list>li.act>a{
  color: #fff;
  background: #0657b2;
}


/* 大屏底部  */
.foot{
  color: #fff;
  background: #0657b2;
  padding: 15px 0px;
}
@media only screen and (min-width: 768px) {
  .foot{
    padding: 20px 0px;
  }
}
.foot a:hover{
  color: #ccc;
}
.foot-content{
  text-align: center;
}
.foot-nav{
  display: inline-block;
  margin-bottom: 10px;
}
.foot-nav a{
  float: left;
  padding: 0 5px;
  line-height: 1;
  border-right: 1px solid #fff;
}
.foot-nav a:last-child{
  border-right: none;
}
.foot-copy{
  display: inline-block;
}
@media only screen and (max-width: 400px) {
	.foot-copy{
    font-size: 0.89em;
  }
}
@media only screen and (max-width: 639px) {
	.foot-copy span{
	  display: block;
	  margin-bottom: 0.3em;
	}
}
@media only screen and (min-width: 640px) {
	.foot-copy .record{
	  float: left;
	  margin-right: 5px;
	}
	.foot-copy .back{
    float: right;
    margin-left: 5px;
  }
}



/*小屏底部*/
.foot-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color:#fff;
  background:#0657b2;
  border-top: 1px solid #fff;
}
.foot-fixed .col-xs-3{
  padding: 0;
}
.foot-fixed a{
  display: block;
  padding:2px 0;
  text-align: center;
}
.foot-fixed a:hover{
  background:#054a99;
}
.foot-fixed .foot-icon{
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
}
i.foot-phone{
  background: url(../images/sprite-contact.png) -80px -0px no-repeat;
}
i.foot-map{
  background: url(../images/sprite-contact.png) -110px -0px no-repeat;
}
i.foot-sharelink{
  background: url(../images/sprite-contact.png) -140px -0px no-repeat;
}
i.foot-email{
  background: url(../images/sprite-contact.png) -170px -0px no-repeat;
}
@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body{
    padding-bottom: 45px;
  }
}

.ditu { height:300px; max-height:322px; padding:8px 0;width:100%; max-width:900px; margin-top:20px; margin:0 auto;}

.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}

/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#1757b2;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#1757b2 1px solid;color:#1757b2;background-color:#d6e5ff;}
div.scott a:active{border:#1757b2 1px solid;color:#1757b2;background-color:#d6e5ff;}
div.scott span.current{border:#1757b2 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#1757b2;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}



/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 143px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:170px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 180px;
    height:180px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

@media (max-width:479px){
    .dock { display:none;}
}

/*修改*/
.wrap{max-width:1200px; margin:0 auto;}
.ys{width:100%; overflow:hidden; background:url(../images/ys_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.ys_title_img{display:block; overflow:hidden;}
.ys_title_img img{display:block; max-width:100%; height:auto; margin:0 auto;}
.ys_ul{display:block; overflow: hidden; padding-top:60px;}
.ys_ul li{display:block; overflow:hidden; margin-bottom:50px; background:#fff; position:relative; padding:25px 30px;}
.ys_ul li .ys_title{width:100%; float: left;}
.ys_ul li .ys_title .ys_p{display:block; height:30px; line-height:40px; font-size:18px; color:#3b3b3b; overflow:hidden;}
.ys_ul li .ys_title .ys_p>span{float:left; height:30px; line-height:46px; font-weight: bold; overflow:hidden; font-size:60px; color:#0a2d6d;}
.ys_ul li .ys_title .ys_sp{display:block; overflow:hidden; line-height:46px; margin-top: 5px; font-size:30px; color: #3b3b3b; font-weight:bold;}
.ys_ul li .ys_contect{display:flex; flex-wrap:wrap;}
.ys_ul li .ys_L{width:55%; float: left; display:flex; background-repeat: no-repeat; background-position: center; background-size: cover;}
.ys_ul li .ys_R{width:45%; float: left; background:url(../images/ys_bj2.jpg) no-repeat center; background-size: cover; padding:25px 30px;}
.ys_ul li .ys_R .ys_dl{width:49%;}
.ys_ul li .ys_R .ys_dl dd{display:block; overflow:hidden; margin-bottom:10px; font-size:14px; line-height:24px; color:#000;}
.ys_ul li .ys_R .ys_dl dd>span{font-size:16px; font-weight: bold;}
.ys_ul li:first-child{padding:0;}
.ys_ul li:first-child .ys_title{width:150px; height:115px; background:#0a2d6d; position:absolute; left:0; top:0;display: flex; flex-wrap: wrap; align-content: center;
    align-items: center; justify-content: center; text-align: center;}
.ys_ul li:first-child .ys_title .ys_p{color:#fff;}
.ys_ul li:first-child .ys_title .ys_p>span{color:#fff;}
.ys_ul li:first-child .ys_title .ys_sp{color:#fff;}

.ys_dl2{width:100%; float: left; padding-top:10px; margin:0;}
.ys_dl2 dd{width:33.33%; float:left; padding-right:3%; font-size:14px; line-height:30px; color: #171717;}
.ys_dl2 dd>span{display:block; overflow:hidden; font-size:16px; font-weight:bold;}
.ys_dl2 dd .ys_heng{width:68px; height:2px; display:block; overflow:hidden; background:#0a2d6d; margin-top:10px;}

.ys_dl_B{width:1172px; float:left; padding-top:35px; margin:0;}
.ys_dl_B dd{width:261px; float:left; margin:20px 32px 0 0; background-repeat: no-repeat; background-position: center; background-size: cover;}
.ys_dl_B dd::before{content: ""; display: block; padding-top:77.3077%;}

.fwbz{display:flex; flex-wrap: wrap; justify-content: space-between; width:100%; float:left;}
.fwbz dd{width:158px; float:left; text-align:center; margin-top:15px;}
.fwbz dd img{display:block; max-width:100%; height:56px; margin:0 auto;}
.fwbz dd .fw_p{display:block; overflow:hidden; line-height:32px; margin-top:20px; font-size:18px; font-weight: bold; color:#000;}
.fwbz dd .fw_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#000;}

.fwlc{width:100%; overflow: hidden; padding:45px 0;}
.fwlc_title{display:block; overflow: hidden; text-align: center;}
.fwlc_p{display:flex; justify-content: center; overflow: hidden;}
.fwlc_p>span{float:left; padding:0 30px; position:relative; line-height:50px; font-size:36px; color:#054fa1;}
.fwlc_p>span::before{content:""; width:80px; height:1px; float:left; background:#b2b2b2; position:absolute; right:100%; top:50%; transform: translateY(-50%);}
.fwlc_p>span::after{content:""; width:80px; height:1px; float:left; background:#b2b2b2; position:absolute; left:100%; top:50%; transform: translateY(-50%);}
.fwlc_sp{display:block; line-height:26px; overflow: hidden; font-size:18px; color: #666666; text-transform: uppercase;}
.fwlc_spp{display:block; line-height:48px; overflow: hidden; font-size:30px; color:#666666;}
.fwlc_ul{display:flex; overflow: hidden; justify-content: space-between; padding-top:30px;}
.fwlc_ul li{width:124px; float:left; text-align:center;}
.fwlc_ul li img{display:block; max-width:100%; height:auto; overflow: hidden; margin:0 auto;}
.fwlc_ul li .fwlc_T{display:block; overflow:hidden; text-align: center; height:26px; line-height:26px; margin-top:10px; font-size:16px; color:#4e4e4e;}
.fwlc_ul li .fwlc_txt{display:block; overflow:hidden; text-align: center; height:20px; line-height:20px; font-size:12px; color:#4e4e4e;}


@media (max-width:1220px){
.ys{padding:40px 1%;}
.ys_dl_B {width:100%;}
.ys_dl_B dd {width:23%; margin: 20px 1% 0 1%;}

.fwlc{padding:40px 1%;}
.fwlc_ul li {width: 114px;}
.fwlc_ul li .fwlc_txt {letter-spacing: -1px;}
}

@media (max-width:991px){
.ys{padding:30px 10px;}
.ys_ul {padding-top:30px;}
.ys_ul li {margin-bottom:30px;padding:20px;}
.ys_ul li .ys_R {padding:15px;}
.ys_ul li .ys_R .ys_dl {width:100%; margin:0;}
.ys_ul li .ys_R .ys_dl dd{width:48%; float:left; line-height:22px; font-size:12px;}
.ys_ul li .ys_R .ys_dl dd>span{font-size:14px;}
.ys_ul li .ys_R .ys_dl dd:nth-child(even){float:right;}
.ys_dl_B {width:100%;}
.ys_dl_B dd {width:23%; margin: 20px 1% 0 1%;}
.fwbz dd {width: 140px;}

.fwlc{padding:30px 10px;}
.fwlc_ul li {width:88px;}
.fwlc_ul li .fwlc_txt {letter-spacing: -2px;}
}

@media (max-width:767px){
.ys{padding:10px;}
.ys_ul {padding-top:10px;}
.ys_ul li {margin-bottom:10px;padding:10px;}
.ys_ul li .ys_L{width:100%;}
.ys_ul li .ys_L:before{content:""; display: block; padding-top:100%;}
.ys_ul li .ys_R {width:100%; padding:5px;}

.ys_dl2 dd {width:100%; padding-right:0; line-height:24px; margin-bottom:10px;}
.ys_dl_B {padding-top:10px; display:flex; flex-wrap:wrap; justify-content: space-between;}
.ys_dl_B dd {width:calc(50% - 5px); margin:10px 0 0 0;}

.fwbz dd {width:calc(50% - 5px); margin-top:10px;}
.fwbz dd .fw_p {line-height:30px; margin-top:5px; font-size:16px;}
.fwbz dd .fw_txt {line-height:22px; font-size:12px;}

.fwlc{padding:10px;}
.fwlc_p>span {padding: 0 20px; line-height:40px; font-size:26px;}
.fwlc_sp {line-height:24px; font-size:14px;}
.fwlc_spp {line-height:22px; font-size:14px;}

.fwlc_ul{flex-wrap:wrap; padding-top:10px;}
.fwlc_ul li {width:calc(50% - 5px); margin-bottom:10px;}
.fwlc_ul li .fwlc_txt {letter-spacing: -2px;}
}


/*END-修改*/







